net.dnsConfig.search (field)
11 uses
net (current package)
dnsclient_unix.go#L518: names := make([]string, 0, 1+len(conf.search))
dnsclient_unix.go#L524: for _, suffix := range conf.search {
dnsconfig.go#L33: search []string // rooted suffixes to append to local name
dnsconfig_unix.go#L28: conf.search = dnsDefaultSearch()
dnsconfig_unix.go#L37: conf.search = dnsDefaultSearch()
dnsconfig_unix.go#L63: conf.search = []string{ensureRooted(f[1])}
dnsconfig_unix.go#L67: conf.search = make([]string, 0, len(f)-1)
dnsconfig_unix.go#L73: conf.search = append(conf.search, name)
dnsconfig_unix.go#L141: if len(conf.search) == 0 {
dnsconfig_unix.go#L142: conf.search = dnsDefaultSearch()
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |